home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 February
/
EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso
/
earcd
/
gnu
/
ispell31p3bin.lha
/
ispell-3.1.18bin
/
interfaces
/
vlt
/
README
Wrap
Text File
|
1995-09-21
|
1KB
|
29 lines
Here is something I hacked together as soon as I got VLT v5.517:
The following VLT script placed into a mouse command can allow
one to spell check words directly on the VLT screen! You must
have VLT v5.517 (or later).
1. Go into 'function key/menu' 'program mode'.
2. Select the 'Operations/Mouse Support...' menu item.
3. Select an 'Mouse select-down command' to bind the spell function
to [I use shift-ctrl]. Delete the current contents with 'right amiga-X'.
4. Place the following, ignoring extra whitespace at the start of
lines and the line breaks, into the box:
~rx ("move %X %Y"; "extr reviewlineatcursor";
"move %x %y"; s = " "vlt.reviewlineatcursor" ";
a = lastpos(" ",s,%X+1); b = pos(" ",s,%X+1);
"move "a b-1 %Y %Y;
address command "spellcheckword" substr(s,a,b-a) "VLT")
[hope you have a snapper. :-]
5. Turn 'off' 'program mode'.
6. Copy interfaces/shell/spellcheckword.rexx into rexx:
This interface requires that GUISpell be installed.
Loren
Sun Sep 27 11:13:56 1992